.renewpasswdpanel {
	border-radius: 10px;
	box-shadow: 1px 4px 5px #414141 !important;
}
.renewpasswdpanel-body {
	border-radius: 10px;
	background-color: #f5f5f5 !important;
}
.renewpasswd-title {
	font-size: 13px;
    text-align: center;
    color: #818181;
    margin-top: 30px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
.renewpasswd-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.renewpasswd-bottom-button-yes {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.renewpasswd-bottom-button-yes:hover {	
	background-color: #026a94;
}
#renewpasswd-bottom-table {
	margin: auto;
}
.renewpasswd-bottom-button-no{
font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
.renewpasswd-bottom-sep {
	height: 5px;
}
.renewpasswd-bottom-message {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #045e71;
    margin-top: 15px;
    padding-top: 10px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: rgb(164,56,90);
    font-weight: bold;
}
#renewpasswd-message {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #045e71;
    color: rgb(164,56,90);
    font-weight: bold;
	height: 100%;
	padding: 0px 15px;
}
#renewpasswd-message-table {
    margin: 10px auto auto auto;
    border-collapse: collapse;
}
.renewpasswd-message-icon  {
}
.renewpasswd-message-icon div{
	width: 20px;
    height: 20px;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}